-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add optimism velodrome v2 concentrated liquidity pool #7038
add optimism velodrome v2 concentrated liquidity pool #7038
Conversation
How can i fix this? Was looking into the uniswap v3 macro and fee is optional. Also, the other ctes in the base script don't have a fee column. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @0xdatawolf001,
you can add one or two lines of seed records in the corresponding seed file:
https://github.com/duneanalytics/spellbook/blob/main/dbt_subprojects/dex/seeds/trades/velodrome_optimism_base_trades_seed.csv
You can find more info in the readme here:
https://github.com/duneanalytics/spellbook/tree/main/dbt_subprojects/dex/models/trades#readme
dbt_subprojects/dex/models/trades/optimism/platforms/velodrome_optimism_base_trades.sql
Outdated
Show resolved
Hide resolved
sorry for the delay! Here are the required changes. Just curious, is it possible to test this? I'm trying the test table. Maybe i'm botching the table name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.✅
Thank you @0xdatawolf001
You can test the data using above query by the way.
Thank you for contributing to Spellbook 🪄
Update!
Please build spells in the proper subproject directory. For more information, please see the main readme, which also links to a GH discussion with the option to ask questions.
Contribution type
Please check the type of contribution this pull request is for:
For adding to existing spell lineage
Editing the the velodrome optimism file based on this issue: Missing CLPool Contracts for Velodrome_v2 on Optimism in
dex.trades
table #6828let me know if something is not right!